home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 September
/
CHIP Eylül 1996.iso
/
demos
/
morph
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1996-08-08
|
269b
|
18 lines
@echo off
md c:\chip
md c:\chip\eylul96
md c:\chip\eylul96\morph
if exist d:\setup.001 d:
if exist e:\setup.001 e:
if exist f:\setup.001 f:
if exist g:\setup.001 g:
if exist h:\setup.001 h:
cd\demos\morph
copy *.* c:\chip\eylul96\morph /Y
cd\
exit